var net/http.http2errRequestCanceled
12 uses
net/http (current package)
h2_bundle.go#L7742: var http2errRequestCanceled = errors.New("net/http: request canceled")
h2_bundle.go#L7837: return http2errRequestCanceled
h2_bundle.go#L7889: cs.abortStream(http2errRequestCanceled)
h2_bundle.go#L7890: return nil, http2errRequestCanceled
h2_bundle.go#L7927: return http2errRequestCanceled
h2_bundle.go#L8004: err = http2errRequestCanceled
h2_bundle.go#L8050: return http2errRequestCanceled
h2_bundle.go#L8069: return http2errRequestCanceled
h2_bundle.go#L8148: cs.bufPipe.CloseWithError(http2errRequestCanceled)
h2_bundle.go#L8403: return 0, http2errRequestCanceled
h2_bundle.go#L9191: return http2errRequestCanceled
transport.go#L2517: var errRequestCanceled = http2errRequestCanceled
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)